|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectcom.epiphan.vga2usb.Enum
com.epiphan.vga2usb.Enum.Int
com.epiphan.vga2usb.PropertyKey
Typesafe enumeration of property keys.
Field Summary | |
static PropertyKey |
DeviceCaps
Device capabilities. |
static PropertyKey |
DirectShowDefaultBmp
GET/SET [wstr], Windows only |
static PropertyKey |
DirectShowFixRes
Fixed resolution for DirectShow stream (Windows only). |
static PropertyKey |
DirectShowFlags
DirectShow stream (Windows only). |
static PropertyKey |
DirectShowMaxFps
GET/SET [uint32], Windows only |
static PropertyKey |
DirectShowScaleMode
GET/SET [scale], Windows only |
static PropertyKey |
HardwareCompression
GET only [boolean] |
static PropertyKey |
InputSignalType
Type of the input signal. |
static PropertyKey |
KVMCapable
GET only [boolean] |
static PropertyKey |
ProductName
GET only [string] |
static PropertyKey |
SerialNumber
GET only [string] |
Method Summary | |
int |
compareTo(int key)
Compares id of this object with the specified key for order. |
int |
compareTo(Object obj)
Compares this object with the specified object for order. |
String |
getDescription()
Returns the description of this object. |
PropertyType |
getType()
Gets the property type |
int |
getValue()
Gets the integer value associated with this object. |
int |
hashCode()
Returns the hashcode for this object. |
protected static int |
search(java.util.List list,
int key)
Searches the list for the specified enum object using the binary search algorithm. |
String |
toString()
Returns a string representation of this object. |
Methods inherited from class Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PropertyKey DeviceCaps
CAPS_VGA_CAPTURE |
Captures VGA signal |
CAPS_DVI_CAPTURE |
Captures DVI single-link |
CAPS_DVI_DUAL_LINK |
Captures DVI dual-link |
CAPS_KVM |
KVM functionality |
CAPS_EDID |
Programmable EDID |
CAPS_HW_COMPRESSION |
On-board compression |
CAPS_SYNC_THRESHOLD |
Adjustable sync thresholds |
CAPS_HW_SCALE |
Hardware scale |
public static final PropertyKey DirectShowDefaultBmp
public static final PropertyKey DirectShowFixRes
public static final PropertyKey DirectShowFlags
DSHOW_LIMIT_FPS
,
DSHOW_FLIP_VERTICALLY
,
DSHOW_FIX_FPS
public static final PropertyKey DirectShowMaxFps
public static final PropertyKey DirectShowScaleMode
public static final PropertyKey HardwareCompression
public static final PropertyKey InputSignalType
INPUT_ANALOG
,
INPUT_DIGITAL
,
INPUT_SOG
,
INPUT_COMPOSITE
public static final PropertyKey KVMCapable
public static final PropertyKey ProductName
public static final PropertyKey SerialNumber
Method Detail |
public PropertyType getType()
public int compareTo(int key)
key
- the key to be compared.
ClassCastException
- if the specified object's type prevents it
from being compared to this Object.Comparable
public int compareTo(Object obj)
compareTo
in interface Comparable
obj
- the Object to be compared.
ClassCastException
- if the specified object's type prevents it
from being compared to this Object.Comparable
public final int getValue()
public final int hashCode()
protected static int search(java.util.List list, int key)
list
- the list to searchkey
- the key to search for
public final String getDescription()
public final String toString()
null
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |